home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / database / adl / adl.exe / _SETUP.1 / Sample Library.adl / Config.json next >
Encoding:
JavaScript Object Notation  |  1999-02-14  |  886 b 

  1. {
  2.     "schema": {
  3.         "ConfigID": "Long Integer",
  4.         "Version": "Double",
  5.         "LibraryName": "Text (255)",
  6.         "LibrarianName": "Text (255)",
  7.         "LibrarianEmail": "Text (255)",
  8.         "Created": "DateTime",
  9.         "Notes": "Memo/Hyperlink (255)",
  10.         "UseSecurity": "Boolean NOT NULL",
  11.         "BrowsePassword": "Text (50)",
  12.         "BrowseExtract": "Boolean NOT NULL",
  13.         "EditPassword": "Text (50)",
  14.         "EditDelete": "Boolean NOT NULL",
  15.         "AdminPassword": "Text (50)"
  16.     },
  17.     "data": [
  18.         {
  19.             "ConfigID": 2,
  20.             "Version": 1,
  21.             "LibraryName": "ADL Sample Library",
  22.             "LibrarianName": "Bob Latshaw",
  23.             "LibrarianEmail": "latch@latshaw.net",
  24.             "Created": "11/24/97 03:22:27",
  25.             "Notes": "This library is for sample purposes only.  Re-Open the Main Library file and you'll have the ability to add files and create new library files.\r\nHope you enjoy using ADL....\r\n\r\nSincerely,\r\n\r\nBob Latshaw",
  26.             "UseSecurity": 0,
  27.             "BrowsePassword": " ",
  28.             "BrowseExtract": 1,
  29.             "EditPassword": "edit",
  30.             "EditDelete": 0,
  31.             "AdminPassword": "admin"
  32.         }
  33.     ]
  34. }